Extension point configuration
Documentation
The default configuration use metrics.* framework properties but you can override the configuration using a EP like this:
Since 9.3, you can filter the list of metrics reported to Graphite. The ones enabled can be defined with the metrics.graphite.allowedMetrics property and the ones ignored with the metrics.graphite.deniedMetrics property.
About the allowed metrics, if a metric name starts with any item of this list, then it will be reported. The 'ALL' value means that every metrics will be reported. About the denied metrics, if a metric name starts with any item of this list, then it will be ignored (unless it is part of the allowed metrics). The 'ALL' value means that every metrics will be ignored.
These properties can be overridden with the previous extension point like this:
nuxeo.cache.user-entry-cache nuxeo.cache.group-entry-cache nuxeo.cache nuxeo.directories
Contribution Descriptors
- Class: org.nuxeo.runtime.metrics.MetricsDescriptor